@charset "utf-8";
.mt20 {
	margin-top: 20px;
}
body {
	color: #333333; font-size:13px;
}
.head .fixed {
	position: fixed;
	top: 0;
}
.wrapper {
	width: 1201px;
	margin: 0 auto;
}
.wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.text-center{ text-align:center;}
/*头部css*/
.head {
	position: relative;
	z-index: 50;
	background-color: #fff;
	width: 100%;
	height: 140px;
}
.head_top {
	position: relative;
	z-index: 2;
	width: 100%;
	float: left;
	height: 130px;
	background: url(../images/top_bg.jpg) repeat-x left top;
}
.logo_fl {
	width: 66.6666666%;
	height: 100px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.logo_fr {
	width: 33.3333333%;
	height: auto;
	float: left;
	overflow: hidden;
	padding-top: 35px;
}
#top_tel {
	background: url(../images/top_tel.png) no-repeat left center;
	padding: 0 0 0 124px;
	color: #FC7E28;
	font-size: 20px;
	height: 35px;
	float: right;
	margin-top:10px;
}
#top_tel b {
	font-size: 30px;
	font-weight: bold;
}
.nav {
	position: absolute;
	width: 100%;
	top: 160px;
	left: 0;
	height: 50px;
	background: #4aa1e8;
}
.mainlevel {
	width: 170px;
	height:50px;
	float: left;
	font-size: 16px;
}
.mainlevel1 {
	width: 170px;
	height: 50px;
	float: left;
	font-size: 16px;
	background: url(../images/menu_li.jpg) center no-repeat;
}
.mainlevel>a, .mainlevel1>a {
	display: block;
	height: 50px;
	line-height: 50px;

	color: #fff;
	text-align: center;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial
}
#nav .mainlevel1 a {
	color: #245a91;
}
.mainlevel a:hover, .mainlevel1 a:hover {
	color: #245a91;
	font-size: 16px;
	text-decoration: none;
}
#mainlevel_01>a {
	background: url(../images/menu_bg.png) no-repeat 15px -82px;
}
#mainlevel_01>a:hover {
	background: url(../images/menu_bg.png) no-repeat 15px 0;
}
#mainlevel_02>a {
	background: url(../images/menu_bg.png) no-repeat -125px -82px;
}
#mainlevel_02>a:hover {
	background: url(../images/menu_bg.png) no-repeat -125px 0;
}
#mainlevel_03>a {
	background: url(../images/menu_bg.png) no-repeat -265px -82px;
}
#mainlevel_03>a:hover {
	background: url(../images/menu_bg.png) no-repeat -265px 0;
}
#mainlevel_04>a {
	background: url(../images/menu_bg.png) no-repeat -403px -82px;
}
#mainlevel_04>a:hover {
	background: url(../images/menu_bg.png) no-repeat -403px 0;
}
#mainlevel_05>a {
	background: url(../images/menu_bg.png) no-repeat -533px -82px;
}
#mainlevel_05>a:hover {
	background: url(../images/menu_bg.png) no-repeat -533px 0;
}
#mainlevel_06>a {
	background: url(../images/menu_bg.png) no-repeat -675px -82px;
}
#mainlevel_06>a:hover {
	background: url(../images/menu_bg.png) no-repeat -675px 0;
}
#mainlevel_07>a {
	background: url(../images/menu_bg.png) no-repeat -813px -82px;
}
#mainlevel_07>a:hover {
	background: url(../images/menu_bg.png) no-repeat -813px 0;
}
#mainlevel_08>a {
	background: url(../images/menu_bg.png) no-repeat -950px -82px;
}
#mainlevel_08>a:hover {
	background: url(../images/menu_bg.png) no-repeat -950px 0;
}
/*主图*/
.banner {
	position: relative;
	height: 450px;
	overflow: hidden;
}
.hslide {
	position: relative;
	overflow: hidden;
	width: 1920px;
	margin: 0 auto;
}
/*.hslide li.slide{
	position: relative; 
}*/
@media (max-width:1200px) {
.banner {
	overflow: visible;
}
.hslide {
	width: 1200px;
}
}
.banner .text {
	position: absolute;
	width: 200px;
	padding: 50px 50px 0 90px;
	top: 0;
	left: 50%;
	margin-left: 260px;
	height: 400px;
	bottom: 0;
	background-color: rgba(245,245,245,0.85);
}
.banner .text h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.banner .text li {
	margin-bottom: 20px;
}
.banner .text h4 {
	font-size: 18px;
}
.banner .text dl {
	height: 20px;
	margin: 10px 0;
	line-height: 20px;
}
.banner .text dt, .banner .text dd {
	display: inline-block;
	width: auto;
	float: left;
	font-size: 14px;
}
.banner .text dt {
	margin-right: 10px;
}
.banner .text .img {
	margin-top: 10px;
}
/**/
.nav-list {
	margin: 30px 0;
}
.nav-list ul {
	height: 200px;
	width: 110%;
}
.nav-list ul li {
	width: 188px;
	height: 210px;
	float: left;
	display: inline;
	margin-right: 12px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
}
.nav-list ul li:hover {
	border: 1px solid #4aa1e8;
	background: rgba(0,143,229,0.05);
}
.nav-list ul li img {
	width: 176px;
	height: 143px;
	padding: 15px 6px 12px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.nav-list ul li h4 {
	text-align: center;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	background-color: #4aa1e8;
	color: #FFFFFF;
	width: 80%;
	margin: 0 auto;
	border-radius: 3px;
}
.nav-list ul li:hover img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
}
/**/
.hot-list {
	margin-top: 80px;
}
.ui-head {
	border-bottom: 1px solid #333333;
	position: relative;
}
.ui-head .wrap {
	width: 560px;
	height: 65px;
	position: absolute;
	text-align: center;
	color: #362c24;
	left: 50%;
	margin-left: -280px;
	top: -34px;
	background-color: #FFFFFF;
}
.ui-head .wrap h2 {
	font-size: 24px;
}
.ui-head .wrap h4 {
	color: #9b8574;
	font-size: 20px;
	margin-top: 1px;
}
.hot-list .body {
	margin-top: 80px;
}
.hot-list .body ul {
	width: 110%;
	height: auto;
	overflow: hidden;
	margin-left: 7px;
}
.hot-list .body ul li {
	width: 266px;
	float: left;
	display: inline;
	margin-right: 42px;
	margin-bottom: 20px;
}
.hot-list .body ul li .img {
	width: 254px;
	padding: 2px 5px 5px;
	border: 1px solid #ddd;
	height: 191px;
	overflow: hidden;
}
.hot-list .body ul li .img img {
	width: 254px;
	height: 191px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.hot-list .body ul li:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.hot-list .body ul li .txt {
	background: url(../images/yingyin.jpg) no-repeat top center;
	width: 266px;
	text-align: center;
	padding-top: 10px;
}
.hot-list .body ul li .txt h4 {
	font-size: 14px;
	font-weight: bold;
	color: #4aa1e8;
}
.about-page {
	margin-top: 40px;
	height: auto;
	overflow: hidden;
}
.about-page .video {
	width: 545px;
	float: left;
	display: inline;
	height: 355px;
}
.about-page .txt {
	width: 640px;
	float: right;
	display: inline;
}
.about-page .txt .hd {
	font-size: 30px;
	color: #4aa1e8;
	font-weight: bold;
}
.about-page .txt .hd span {
	font-size: 24px;
	color: #CCCCCC;
	font-weight: normal;
	margin-left: 20px;
}
.about-page .txt .bd {
	margin-top: 15px;
	height: 250px;
	overflow: hidden;
}
.about-page .txt .bd h4 {
	font-size: 16px;
	color: #3a3a3a;
	padding-bottom: 15px;
	font-weight: bold;
}
.about-page .txt .bd p {
	font-size: 14px;
	line-height: 25px;
}
/*优势*/
.advantage {
	background: rgba(0, 0, 0, 0) url("../images/p_bck.jpg") repeat scroll 0 0;/*border-bottom: 3px solid #00a8ff;*/
}
.advantage .h_p1 {
	background: #fbfbfb url("../images/p1_t.jpg") repeat-x scroll center center;
	/* border-top: 3px solid #00a8ff;*/
	color: #555555;
	display: block;
	font-size: 18px;
	height: 229px;
	margin-top: 30px;
	text-align: center;
}
.advantage .h_p1 h3 {
	color: #33b9ff;
	font-size: 33px;
	margin: 0 auto;
	padding-bottom: 23px;
	padding-right: 30px;
	padding-top: 46px;
	width: 556px;
}
.advantage .h_p1 p {
	line-height: normal;
}
.advantage .h_p1 .h_mb25 {
	font-size: 12px;
	margin: 0 auto;
	padding-bottom: 25px;
	padding-right: 70px;
	text-align: right;
	text-transform: uppercase;
	width: 560px;
}
.advantage .h_p1 h3 span {
	color: #ff6600;
}
.h_p4 {
	height: auto;
	overflow: hidden;
}
.h_p4_w {
	line-height: 22px;
	margin-bottom: 50px;
	width: 48%;
	float: left;
	display: inline;
	height: 200px;
	overflow: hidden;
	margin-right: 2%;
}
.h_text_color {
	color: #ff6600;
}
.h_f_r {
	float: right;
	display: inline;
	width: 48%;
}
.h_f_l {
	float: left;
	display: inline;
	width: 50%;
}
.h_youshi_p {
	text-indent: 2em;
}
.h_youshi01 {
	color: #222222;
	font-size: 13px;
	text-align: justify;
	width: 50%;
}
.h_youshi01 img {
	display: block;
	margin-bottom: 23px;
	width: 100%;
}
/*案例*/
.case-page {
	margin-top: 80px;
}
.case-page .body {
	margin-top: 80px;
}
.case-page .body ul {
	height: auto;
	overflow: hidden;
	width: 110%;
}
.case-page .body ul li {
	width: 220px;
	float: left;
	display: inline;
	margin-right: 25px;
}
.case-page .body ul li .img {
	width: 220px;
	height: 165px;
	position: relative;
	overflow: hidden;
}
.case-page .body ul li .img img {
	width: 220px;
	height: 165px;
	display: block;
}
.case-page .body ul li .img .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
	color: #FFFFFF;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	height: 0;
}
.case-page .body ul li:hover .img .txt {
	height: 100%;
}
.case-page .body ul li .img .txt h4 {
	text-align: center;
	line-height: 165px;
	font-size: 18px;
}
.case-page .body ul li .btn a {
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
}
.case-page .body ul li .dese {
	padding: 10px 10px 20px;
	background-color: #f5f5f5;
	height: 190px;
}
.case-page .body ul li .dese p {
	font-size: 13px;
	line-height: 25px;
	text-indent: 2em;
	margin-bottom: 16px;
}
.case-page .body ul li .dese a {
	width: 100px;
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #018fe5;
	margin: 0 auto;
	color: #FFFFFF;
	border-radius: 3px;
}
.new-page {
	margin-top: 80px;
}
.new-page .body {
	margin-top: 80px;
}
.new-page .body ul {
	height: auto;
	overflow: hidden;
	width: 110%;
}
.new-page .body ul li {
	width: 390px;
	float: left;
	display: inline;
	margin-right: 15px;
}
.new-page .body ul li .hd {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #CCCCCC;
}
.new-page .body ul li .hd h4 {
	width: auto;
	float: left;
	display: inline;
	font-size: 16px; /*font-weight: bold;*/ /*color: #4aa1e8;*/
}
.new-page .body ul li .hd a {
	width: auto;
	float: right;
	display: inline;
	font-size: 13px;
	color: #81d9c0;
}
.new-page .body ul li .bd {
	height: 110px;
	overflow: hidden;
	margin: 20px 0 0;
}
.new-page .body ul li .bd img {
	width: 150px;
	height: 110px;
	display: block;
	float: left;
	display: inline;
}
.new-page .body ul li .bd .txt {
	width: 230px;
	float: right;
	display: inline;
	font-size: 13px;
	text-indent: 2em;
	line-height: 22px;
	color: #333;
}
.new-page .body ul li .list {
	margin-top: 5px;
}
.new-page .body ul li .list dl dd a {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dashed #CCCCCC;
	color: #333333;
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	display: block;
}
.new-page .body ul li .list dl dd a i {
	width: 4px;
	height: 4px;
	position: absolute;
	display: block;
	border-radius: 100%;
	background-color: #4aa1e8;
	top: 50%;
	margin-top: -2px;
	left: 5px;
}
.new-page .body ul li .list dl dd a:hover {
	/*color: #4aa1e8;*/ background-color: #4aa1e8;
	color: #FFFFFF;
}
.new-page .body ul li .list dl dd a:hover i {
	background-color: #FFFFFF;
}

/*产品中心*/
.banner-pro {
	width: 100%;
	height: 450px;
	margin-top:108px;
	background:url(../images/b1.jpg) center 0 no-repeat;
}
.banner-pro h2 {
	line-height: 120px;
	font-size: 30px;
	color: #FFFFFF;
	padding-left: 80px;
}
.current {
	width:100%; height:auto; float:left; background:url(../images/divider.png) repeat-x left bottom; margin-bottom:15px; margin-top:15px;
	color: #666;
	font-size: 16px;
	text-align: left;
}
.current span, .current a {
	color: #666;
	display: inline-block;
	height: 35px;
}
.main {
	height: auto;
	overflow: hidden;
}
.aside {
	width: 240px;
	float: left;
	overflow: hidden;
}
.aside .navs {
	background-color: #f5f5f5;
}
.ui-top {
	height: 70px;
	line-height: 70px;
	padding: 0 10px 0 20px;
	background-color: #4aa1e8;
	font-size: 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.ui-top span {
	font-size: 12px;
	margin-left: 10px;
}
.aside .navs dd {
	line-height: 48px;
	border-bottom: 1px solid #FFFFFF;
}
.aside .navs dd a {
	color: #333333;
	font-size: 17px;
	display: block;
	padding-left: 20px;
	background: url(../images/select_xl01.png) no-repeat right 20px center;
}
.aside .navs dd a:hover {
	background: url(../images/select_xl01.png) no-repeat #4aa1e8 right 20px center;
	color: #FFFFFF;
}
.aside .img, .aside .map {
	background-color: #f5f5f5;
	color: #333333;
	width: 100%;
	float: left;
}
.aside .map h4 {
	height: 70px;
	line-height: 70px;
	padding: 0 10px 0 20px;
	background-color: #4aa1e8;
	font-size: 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.aside .map h4 span {
	font-size: 12px;
}
.aside .map ul {
	padding: 15px 10px;
}
.aside .map li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
}
.aside .map li img {
	display: inline-block;
	position: relative;
	top: -2px;
}
.aside .img {
	padding: 20px;
}
.aside .img img {
	width: 200px;
	height: 200px;
	display: block;
}
.aside .img p {
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	margin-top: 15px;
}
.aside-news {
	background-color: #F5F5F5;
	margin-bottom: 20px;
	padding: 5px 10px 10px;
}
.aside-news li {
	line-height: 33px;
	border-bottom: 1px dashed #CCCCCC;
	height: 33px;
	overflow: hidden;
}
.aside-news li a {
	color: #777;
}
.aside-news li i {
	width: 2px;
	height: 8px;
	background-color: #4aa1e8;
	display: inline-block;
	margin-right: 10px;
}
.center {
	width: 930px;
	float: right;
	display: inline;
}
.about {
	padding: 50px 15px; line-height:27px; font-size:16px;
}
.about iframe {
	height: 450px;
}
.about table {
	width: 100%; border-spacing:0; border-collapse: collapse;
}
.about td{ border:1px solid #ddd;}
.about p {
	line-height: 30px;
	font-size: 16px;/*text-indent: 2em;*/
}
.about .img {
	text-align: center;
	margin: 20px;
}
.product .hd {
	height: auto;
	background-color: #F5F5F5;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	padding: 10px 15px;
}
.product .hd h4 {
	width: auto;
	float: left;
	display: inline;
	font-size: 16px;
}
.product .hd h5 {
	width: auto;
	float: right;
	display: inline;
	font-size: 13px;
}
.product .hd h5 span {
	color: #4aa1e8;
}
.product .bd {
	margin-top: 20px;
}
.product .bd ul {
	height: auto;
	overflow: hidden;
	width: 110%;
}
.product .bd ul li {
	width: 294px;
	float: left;
	display: inline;
	margin-right: 24px;
	margin-bottom: 24px;
}
.product .bd ul li .img {
	width: 294px;
	height: 220px;
	overflow: hidden;
}
.product .bd ul li .img img {
	width: 294px;
	height: 220px;
	display: block;
	overflow: hidden;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.product .bd ul li a {
	display: block;
}
.product .bd ul li a:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.product .bd ul li .txt {
	background-color: #F5F5F5;
	text-align: center;
	padding: 10px 20px;
	height: auto;
	overflow: hidden;
}
.product .bd ul li .txt h4 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}
.product .bd ul li .txt h5 {
	font-size: 14px;
	color: #4aa1e8;
}
.product .bd ul li .txt h6 {
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4aa1e8;
	line-height: 30px;/* float: left;*/
	border-radius: 5px;
	margin: 10px auto 0;/*position: relative; left: 0;*/
	    /*transition: all 1s;
	-webkit-transition: all 01s;
	-ms-transition: all 1s;*/
}
.pages {
	text-align: center;
}
.pages li {
	display: inline;
}
.pages li a {
	display: inline-block;
	line-height: 23px;
	font-size: 14px;
	margin: 0 3px;
	width: 23px;
	height: 23px;
	border: 1px solid #4aa1e8;
	text-align: center;
}
.pages li a:hover {
	background-color: #4aa1e8;
	border: 1px solid #4aa1e8;
	color: #FFFFFF;
}
.pages li.pag a {
	width: 50px;
	border: none;
}
.item {
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.pro-imgs {
	width: 710px;
	float: left;
	display: inline;
	height: auto;
	overflow: hidden;
}
/*.item .wrap img{
	width: 560px; height: 420px; display: block;
}*/
.pro-imgs .view {
	width: 560px;
	float: left;
	height: 420px;
	display: block;
}
.pro-imgs .view img {
	width: 560px;
	height: 420px;
	display: block;
}
.pro-imgs .imgs {
	width: 140px;
	float: left;
	display: inline;
	margin-left: 10px;
}
.pro-imgs .imgs .list li {
	width: 134px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 5px;
}
.pro-imgs .imgs .list li.selected {
	border: 1px solid #4aa1e8;
}
.pro-imgs .imgs .list li img {
	width: 134px;
	height: 95.3px;
	display: block;
}
.center .ui-top {
	text-align: left;
}
.pro-list li a {
	border: 1px solid #DDDDDD;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
}
.pro-list li img {
	width: 230px;
	height: 172px;
}
.pro-list li .txt {
	padding: 5px 0;
	text-align: center;
}
.pro-list li .txt h3 {
	font-size: 16px; /*font-weight: bold;*/
	color: #333333;
	height:25px; line-height:25px; overflow:hidden;
}
.pro-list li a:hover .txt h3 {
	color: #4aa1e8;
}
.pro-list li .txt h4 {
	font-size: 14px;
	color: #4aa1e8;
	margin-top: 5px;
}
.pro-detail {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-top: 10px;
	word-wrap: break-word;
	word-break: break-all;
}
.pro-detail table {
	width: 100%;
	float: left;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}
.pro-detail td {
	padding: 4px;
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #ddd;
}
.pro-detail h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
.news-banner {
	background: url(../images/b2.jpg) no-repeat;
}
.news-banner h2 {
	color: #4aa1e8;
}
.new-wrap {
	height: auto;
	overflow: hidden;
}
.new-wrap .txt {
	width: 450px;
	float: left;
	display: inline;
	height: 360px;
	overflow: hidden;
}
.new-wrap .txt h2 {
	font-size: 20px;
	font-weight: bold;
}
.ui-h4 {
	margin: 10px 0;
	color: #999;
}
.ui-h4 img {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.ui-p {
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	text-indent: 2em;
}
.new-wrap .txt a {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	background-color: #F5F5F5;
	font-size: 14px;
	color: #777;
	margin-top: 15px;
}
.new-wrap .txt a:hover {
	background-color: #4aa1e8;
	color: #FFFFFF;
}
.new-wrap .img {
	width: 450px;
	display: inline;
	float: right;
}
.new-wrap .img img {
	width: 450px;
	height: 340px;
	display: block;
}
.new-list {
	padding-bottom: 20px;
}
.new-list li {
	height: 142px;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px dashed #dedede;
}
.new-list li:last-child {
	border-bottom: 1px dashed #dedede;
}
.new-list li .img {
	width: 190px;
	float: left;
	display: inline;
}
.new-list li .img img {
	width: 190px;
	height: 142px;
	display: block;
}
.new-list li .txt {
	width: 710px;
	float: right;
	display: inline;
	padding-right: 10px;
}
.new-list li .txt h2 {
	font-size: 18px;
}
.pro-tj {
	width: 100%;
	float: left;
	display: inline;
	margin-top: 20px;
}
.pro-tj h2 {
	font-size: 24px;
	color: #333333;/* font-family: ;*/
}
.pro-tj ul {
	height: auto;
	overflow: hidden;
	width: 110%;
	margin-top: 20px;
}
.pro-tj li {
	width: 236px;
	float: left;
	display: inline;
	margin-right: 5px;
}
.pro-tj li img {
	width: 224px;
}
.new-detail .hd h2 {
	font-size: 28px;
}
.new-detail .hd h4 {
	line-height: 34px;
	color: #999999;
	font-size:13px;
	border-bottom:1px solid #f1f1f1;
}
.ui-share {
	margin: 10px 0;
}
.ui-share dt, .ui-share dd {
	display: inline;
	height: 33px;
	display: inline;
}
.ui-share dt {
	font-size: 14px;
	display: inline-block;
	line-height: 33px;
	float: left;
	position: relative;
}
.ui-share dd a {
	display: inline-block;
	margin-right: 10px;
}
.ui-share dd img {
	display: block;
}
.new-detail .hd .txt {
	background-color: #F5F5F5;
	height: 48px;
	padding: 15px;
}
.new-detail .hd .txt {
	text-indent: 2em;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}
.new-detail .bd {
	padding: 40px 0;
}
.new-detail .bd iframe {
	height: 450px;
}
.new-detail .bd p {
	font-family: "宋体";
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	text-indent: 2em;
}
.new-detail .bd .ui-share {
	text-align: right;
}
.new-detail .ft {
	background-color: #F5F5F5;
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.new-detail .ft .txt {
	width: 400px;
	float: left;
	display: inline;
	border-right: 1px solid #CCCCCC;
	padding-right: 35px;
	overflow: hidden;
}
.new-detail .ft .txt ul {
	height: auto;
}
.new-detail .ft .txt li {
	height: 80px;
	margin-bottom: 20px;
	overflow: hidden;
}
.new-detail .ft .txt li .btn a {
	width: 80px;
	height: 65px;
	float: left;
	display: inline-block;
	text-align: center;
	text-align: center;
	background-color: #018FE5;
	padding-top: 15px;
}
.new-detail .ft .txt li .btn a:hover {
	background-color: #007CC7;
}
.new-detail .ft .txt li .btn h4 {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 3px;
}
.new-detail .ft .txt li .tx {
	width: 300px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 4px;
}
.new-detail .ft .txt li .tx h4 {
	font-size: 16px;
}
.new-detail .ft .txt li .tx p {
	font-size: 12px;
	margin-top: 4px;
	line-height: 24px;
}
.new-detail .ft .ne {
	width: 420px;
	height: 200px;
	float: left;
	display: inline;
	margin-left: 20px;
	overflow: hidden;
}
.new-detail .ft .ne h4 {
	font-size: 18px;
	font-weight: bold;
}
.new-detail .ft .ne ul {
	margin-top: 6px;
}
.new-detail .ft .ne ul li {
	font-size: 14px;
	line-height: 27px;
}
.new-detail .ft .ne ul li a {
	color: #333333;
}
.banner-abu {
	background: url(../images/b4.jpg) no-repeat;/*	height: 300px;*/
}
.banner-abu h2 {
	color: #4aa1e8;
}
.contact-us {
	background: url(../images/timg.jpg) no-repeat left center;
	padding: 150px 0 100px 200px;
	margin-top: 50px;
}
.contact-us h4 {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin-bottom: 15px;
}
.table-list {
	border: 1px solid #DDDDDD;
	margin-top: 20px;
	background-color: #abdffe;
}
.table-list .hd {
	font-size: 22px;
	font-weight: bold;
	font-family: "宋体";
}
.table-list .tx {
	color: #f00;
}
.table-list .n1 {
	padding-top: 2px;
	padding-left: 0;
}
.table-list img {
	width: 120px;
	height: 80px;
}
.table-list td {
	padding-left: 10px;
	font-size: 16px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
.table-list td a {
	color: #f00;
	display: block;
}
.page_box {
	width: 910px;
	background: #fff;
	padding: 50px 0;
	float: left;
}
.page {
	margin: 0 auto;
	font-size: 14px;
}
.manu {
	text-align: center;
	padding-bottom: 20px;
}
.manu .currents1 {
	padding: 5px 12px 5px 12px;
	margin: 5px;
	font-weight: bold;
	background-color: #005aab;
	color: #fff;
	font-weight: bold;
	display: inline;
	border-radius: 0px;
}
.manu A {
	background: #e6e6e6;
	padding: 5px 12px 5px 12px;
	margin: 5px;
	color: #333;
	text-decoration: none;
	border-radius: 0px;
}
.toolbar-panels {
	position: fixed;
	right: 50px;
	top: 200px;
	width: 160px;
	z-index: 2;
	padding: 20px 20px 25px;
}
.sidebar {
	width: 160px;
	right: 0;
	top: 0;
	z-index: 99999;
}
.sidebar .sidebar_dh {
	width: 160px;
	font-size: 30px;
	text-align: left;
	height: 30px;
	line-height: 30px;
}
.sidebar .sidebar_qq {
	width: 160px;
}
.sidebar_qq dl {
	width: 160px;
}
.sidebar_qq dl dt {
	width: 160px;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	padding-bottom: 10px;
}
.sidebar_qq dl dd {
	width: 160px;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding-bottom: 10px;
	height: 20px;
}
.sidebar .sidebar_zxkf {
	width: 140px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
	margin-left: 10px;
}
.sidebar_zxkf img {
	width: 140px;
	height: 140px;
	padding-bottom: 8px;
}
.sidebar .sidebar_400 {
	width: 160px;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	margin-top: 10px;
}
.sidebar_400 img {
	width: 150px;
	height: 90px;
	padding: 20px 0 15px 0;
}
.c_e05757 {
	color: #e05757;
}
.f_18 {
	font-size: 18px;
}
.MesList {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.MesList h3 {
	text-align: right;
	height: 30px;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 10px;
	background-color: #1771b0;
}
.MesList h3 b {
	color: #f00;
}
.MesList h3 span {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.MesList ul {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
}
.MesList li {
	float: left;
	width: 100%;
	line-height: 24px;
	margin-bottom: 10px;
	color: #666;
	font-size: 16px;
}
.MesList li span {
	float: left;
	width: 80px;
	text-align: right;
	font-size: 16px;
}
.MesList li b {
	color: #f00;
}
.mesCon02 {
	height: 90px;
	line-height: 20px;
	width: 470px;
	max-width: 80%;
	border: 1px solid #e4e4e4;
	color: #d69d5b;
	float: left;
}
.yzmTxt {
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	width: 120px;
	border: 1px solid #e4e4e4;
	color: #d69d5b;
	float: left;
}
.MesList li img {
	float: left;
	margin: 0 5px;
	display: inline;
}
.MesTxt02 {
	height: 22px;
	line-height: 22px;
	margin-right: 5px;
	width: 285px;
	max-width: 50%;
	border: 1px solid #ccc;
}
.MesBt {
	float: left;
	width: 82px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	border: none;
	background-color: #1771b0;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.MesBt1 {
	float: left;
	width: 82px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	border: none;
	background-color: #1771b0;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.cs_close {
	font-size: 14px;
	position: absolute;
	right: -200px;
	top: -178px;
	color: #FF0000;
	z-index: 999
}
/****2017-7-15修改侧栏样式*********/
.y_proNav h3 {
	background-color: #4aa1e8;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	padding: 0 10px 0 20px;
}
.y_proNav h3 span {
	font-size: 12px;
	margin-left: 10px;
}
.y_proNav dl {
	border: 1px solid #e4e4e4;
	padding-bottom: 5px;
	font-size: 14px;
}
.y_proNav dt {
	height: 38px;
	line-height: 38px;
	margin-top: 5px;
	background-color: #0354a6;
	color: #fff;
	text-align: center;
}
.y_proNav dt a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.y_proNav dd {
	width: 108px;
	margin-left: 4px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
	display: inline-block;
	background-color: #f5f5f5;
	border: 1px solid #e4e4e4;
}
.y_proNav dd:hover {
	background-color: #666;
	color: #fff;
}
.y_proNav dd a:hover, .y_proNav dd:hover a {
	color: #fff;
}
.List_page {
	width: 1200px;
	height: 25px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.List_page a {
	background: #fff;
	margin: 0px 2px;
	padding: 4px 8px;
	border: 1px solid #1668b1;
	border-radius:5px;
	color: #000;
}
.List_page span {
	background: #4aa1e8;
	color: #fff;
	font-weight: 700;
	margin: 0px 2px;
	padding: 4px 8px;
	border: 1px solid #1668b1;
	border-radius:5px;
}
.vote_bnt {
	width: 150px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	background: #4aa1e8;
	color: #fff;
	border: 0;
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.about table td {
	padding: 7px 10px;
}
.indexNews {
	width: 1200px;
	margin: 20px auto 0;
	overflow: hidden;
}
.about1 {
	WIDTH: 540px;
	FLOAT: left;
	OVERFLOW: hidden;
	BORDER: #ddd 1px solid;
	padding: 5px;
}
.about1 .title {
	BORDER-BOTTOM: #ddd 2px solid;
	HEIGHT: 35px;
	font-size: 16px;
	font-weight: 700;
	background: #fff;
	padding: 0 10px;
}
.about1 .title a {
	color: #4aa1e8;
}
.about1 .title dl {
	LINE-HEIGHT: 35px;
	WIDTH: 520px;
	HEIGHT: 35px;
}
.about1 .title dl span a {
	color: #666;
	font-weight: 400;
	font-size: 14px;
}
.about1 .title dl dt {
	FLOAT: left;
	FONT-SIZE: 18px;
	display: inline-block;
	border-bottom: 2px solid #4aa1e8;
	height: 35px;
}
.about1 .title dl dd {
	BACKGROUND: url(../images/d_bor.gif) no-repeat 5px center;
	FLOAT: right
}
.about1 .homecon {
	WIDTH: 530px;
	padding: 14px 10px 5px;
	line-height: 22px;
	font-size: 14px;
}
.about1 .homecon video {
	float: left;
	margin-right: 10px;
}
.news {
	WIDTH: 300px;
	OVERFLOW: hidden;
	BORDER: #ddd 1px solid;
	padding: 5px;
	margin-left: 10px;
}
.news .title {
	BORDER-BOTTOM: #ddd 2px solid;
	HEIGHT: 35px;
	font-size: 16px;
	font-weight: 700;
	background: #fff;
	padding: 0 10px;
}
.news .title a {
	color: #4aa1e8;
}
.news .title dl {
	LINE-HEIGHT: 35px;
	WIDTH: 289px;
	HEIGHT: 35px;
}
.news .title dl span a {
	color: #666;
	font-weight: 400;
	font-size: 14px;
}
.news .title dl dt {
	FLOAT: left;
	FONT-SIZE: 18px;
	display: inline-block;
	border-bottom: 2px solid #4aa1e8;
	height: 35px;
}
.news .title dl dd {
	BACKGROUND: url(../images/d_bor.gif) no-repeat 5px center;
	FLOAT: right
}
.news_box {
	width: 280px;
	padding: 10px 10px 9px;
}
.news_box li {
	position: relative;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #ddd;
	width: 100%;
}
.news_box li i {
	position: absolute;
	left: 0px;
	top: 10px;
	height: 13px;
	line-height: 13px;
	background: #1567a1;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	float: left;
	width: 13px;
	font-size: 12px;
	font-style: normal
}
.news_box li a {
	padding-left: 20px;
	font-size: 14px;
}
.news_box li a:hover {
	color: #1567a1
}
.news_box li span {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #666;
	float: right;
	font-size: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.jbc_warp {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	line-height: 26px;
}
.jbc_one {
	font-size: 22px;
	font-family: "微软雅黑";
	text-align: center;
	font-weight: bold;
	background: #fff;
	height: 45px;
	line-height: 45px;
	border-bottom: 2px #d5d5d5 solid;
	text-align: left;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.jbc_one b {
	background: url(../images/one.jpg) 0 0 no-repeat;
	height: 30px;
	width: 54px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin-right: 10px;
	border-bottom: 2px red #4aa1e8
}
.jbc_img {
	width: 405px;
	float: left;
	height: 465px;
	background: #f6f3f3;
}
.jbc_img span {
	width: 385px;
	height: auto;
	line-height: 22px;
	color: #000;
	font-size: 13px;
	font-family: "微软雅黑";
	display: inline-block;
	text-align: left;
	padding: 10px;
}
.jbc_img b {
	color: #000;
}
.jbc_ul li {
	float: left;
	margin-left: 6px;
	width: 249px;
	height: 220px;
	overflow: hidden;
	margin-bottom: 4px;
	border: 1px solid #ddd;
	padding: 4px;
}
.jbc_ul li img {
	float: left;
}
.jbc_ul li span {
	width: 249px;
	height: 32px;
	line-height: 32px;
	color: #333;
	float: left;
	font-size: 15px;
	font-weight: 700;
	font-family: "微软雅黑";
	display: inline-block;
	text-align: center;
	overflow: hidden;
}
.redbox {
	background: #4aa1e8;
	width: 100px;
	height: 22px;
	border-radius: 3px;
	font-weight: 700;
	color: #fff;
	padding: 1px 5px;
}
a.redbox:hover {
	background: #4aa1e8;
	width: 100px;
	height: 22px;
	border-radius: 3px;
	font-weight: 700;
	color: #ff0;
	padding: 1px 5px;
}
.case-page {
	width: 1200px;
	margin: 22px auto 0 auto;
	overflow: hidden;
}
.case-page .body {
	margin-top: 22px;
}
.case-page .body ul {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.case-page .body ul li {
	width: 23%;
	float: left;
	display: inline;
	margin: 0 12px;
}
.case-page .body ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.case-page .body ul li .img {
	width: 100%;
	height: 207px;
	position: relative;
	overflow: hidden;
}
.case-page .body ul li .img img {
	width: 100%;
	height: 207px;
	display: block;
}
.case-page .body ul li .txt {
	position: absolute;
	bottom: 92px;
	height: 46px;
	line-height: 46px;
	float: left;
	width: 266px;
	left: 0;
	color: #fff;
	padding: 0 0 0 10px;
	font-weight: 100;
	background-color: #333;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.case-page .body ul li:hover .img .txt {
	height: 100%;
}
.case-page .body ul li .dese {
	height: 82px;
	line-height: 24px;
	overflow: hidden;
	font-size: 13px;
	color: #333;
	background-color: #f7f7f7;
	padding: 5px 7px;
}
.case-page .body ul li .dese p {
	font-size: 13px;
	line-height: 25px;
	text-indent: 2em;
	margin-bottom: 16px;
}
.case-page .body ul li .dese a {
	width: 100px;
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #018fe5;
	margin: 0 auto;
	color: #FFFFFF;
	border-radius: 3px;
}
.xwNav {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #dedede;
	clear: both;
	display: inline-block;
	width: 100%;
	font-weight: 700;
	color: #4aa1e8;
	font-size: 24px;
}
.xwNav span {
	font-weight: 100;
	margin-left: 10px;
	color: #666;
	font-size: 15px;
}
.xwNav a {
	font-weight: 100;
	font-size: 13px;
	float: right;
}
.list-page {
	width: 100%;
	margin-bottom: 15px;
}
.list-page-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #4aa1e8;
}
.procate {
	width: 100%;
	border-bottom: 2px solid #ddd
}
.procate li.f_lix {
	line-height: 38px;
	height: 38px;
	border-bottom: 1px solid #2887d9;
	background: #e5e5e5 url(../images/listh3.gif) no-repeat 210px center;
}
.procate li.f_lix:hover {
	background: #2887d9;
}
.procate li.f_lix a {
	display: block;
	width: 230px;
	height: 38px;
	padding-left: 20px;
	color: #2887d9;
	font-size: 16px;
	font-weight: 700;
}
.procate li.f_lix a:hover {
	color: #fff;
}
.procate li.z_lix {
	line-height: 38px;
	height: 35px;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
}
.procate li.z_lix:hover {
	background: #2887d9;
}
.procate li.z_lix a {
	display: block;
	width: 230px;
	height: 38px;
	padding-left: 20px;
	color: #666;
	font-size: 15px;
}
.procate li.z_lix a:hover {
	color: #fff;
}
.procate li img {
	margin-right: 10px;
}
.position {
	width: 100%;
	float: left;
	overflow: hidden;
	height: 30px;
}
.position h5 {
	margin: 0;
	font-size: 18px;
	line-height: 40px;
}
.position-page {
	text-align: right;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 12px;
	padding-left: 25px;
	background: url(../images/tb8.png) no-repeat left center;
}
.position-page a {
	color: #666;
}
.position-page a:hover {
	color: #c00;
}
.z-page-title {
	width: 100%;
	border-top: 1px solid #ededed;
	padding: 20px 0 0 0;
	margin-top: 20px
}
.z-page-title>p {
	width: 100%;
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.z-page-title img {
	float: left;
	height: auto;
	width: 100%
}
.right-page {
	width: 930px;
	overflow: hidden;
}
.preview {
	width: 480px;
	margin-bottom: 45px;
	float: left;
	position: relative;
}
.preview .show {
	width: 480px;
	height: auto;
	border: 1px solid #ddd;
	padding: 1px;
	overflow: hidden;
	position: relative;
	line-height: 248px;
	background: url(../../img/loading.gif) no-repeat center;
}
.preview .show img {
	vertical-align: middle;
}
.preview .show .zoom_icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
	background: url(../../img/bg_sign18.jpg) no-repeat;
}
.zoomdiv {
	z-index: 1;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 255;
	height: 230px;
	background: #fff;
	border: 1px solid #eee;
	display: none;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	z-index: 1;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.thumb-scroll {
	width: 480px;
	height: 38px;
	margin-top: 10px;
	position: relative;
}
.thumb-scroll .pro-thumb {
	width: 380px;
	height: 38px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.thumb-scroll .pro-thumb ul {
	position: absolute;
	height: 38px;
	left: 0;
	top: 0
}
.thumb-scroll .pro-thumb ul li {
	float: left;
	width: 58px;
	height: 32px;
	padding: 2px;
	border: 1px solid #d1d1d1;
	line-height: 32px;
	margin-right: 15px;
	overflow: hidden;
}
.thumb-scroll .pro-thumb ul li img {
	vertical-align: middle;
}
.thumb-scroll .pro-thumb ul li.on {
	border-width: 3px;
	padding: 0;
}
.thumb-scroll .prev, .thumb-scroll .next {
	position: absolute;
	top: 0;
	display: inline-block;
	width: 25px;
	height: 36px;
	border: 1px solid #f1f1f1;
	background: url(../images/bg_btn12.gif) no-repeat #fff -5px;
}
.thumb-scroll .prev {
	left: 0;
}
.thumb-scroll .next {
	background-position: -38px -13px;
	right: 0;
}
.thumb-scroll .prev.disable, .thumb-scroll .next.disable {
	background-color: #f1f1f1;
	cursor: default;
}
.zoomdiv {
	border: 1px solid #ddd;
	padding: 1px;
}
.conbox_img {
	width: 100%;
	padding-top: 5px;
	float: left;
}
.conbox_img img {
	width: 107px;
	height: 80px;
	float: left;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 0 2.5px;
}
.conbox_img img:hover {
	border: 1px solid #d00;
}
.clstag {
	width: 390px;
	float: right;
}
.clstag .name {
	width: 100%;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #DF001F;
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.clstag .dpxh {
	clear: both;
	width: 100%;
	float: left;
	height: auto;
	line-height: 33px;
	color: #000;
	font-size: 14px;
	margin-top: 5px;
}
.clstag .dpxh img {
	vertical-align: middle;
}
.clstag .dpxh strong {
	color: #000;
	font-weight: normal;
}
.clstag .dpxha {
	background: #f5f5f5;
	clear: both;
	width: 370px;
	float: left;
	height: 117px;
	line-height: 26px;
	color: #000;
	font-size: 14px;
	margin-top: 20px;
}
.lxfs {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-indent: 55px;
	margin-top: 10px;
	float: left;
}
.lxfs a {
	color: #fff;
	width: 190px;
	font-size: 18px;
}
.lxfsL {
	float: left;
	background: url(../images/ly_hover.png) no-repeat 10px center #d6d6d6;
}
.lxfsL:hover {
	background: url(../images/ly_hover.png) no-repeat 10px center #df001f;
	color: #fff;
	transition: all 0.5s ease
}
.lxfsR {
	float: right;
	background: url(../images/dh_hover.png) no-repeat 10px center #d6d6d6;
}
.lxfsR:hover {
	background: url(../images/dh_hover.png) no-repeat 10px center #df001f;
	color: #fff;
	transition: all 0.5s ease
}
.tlcx {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.tlcx h1 {
	width: 100%;
	float: left;
	height: 25px;
	font-size: 18px;
	color: #000;
}
.tlcxC {
	width: 100%;
	float: left;
	overflow: hidden;
}
.tlcxC a {
	display: inline-block;
	padding: 0px 10px;
	border: 1px solid #ddd;
	text-align: center;
	color: #000;
	margin-right: 10px;
	margin-top: 5px;
	height: 30px;
	line-height: 30px
}
.tlcxC a:hover {
	background: #f2f2f2
}
.proShowCC {
	width: 100%;
	float: left;
}
.proShowCCTitle {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	background: url(../images/nebBf.gif) repeat-x
}
.proShowCCTitle li {
	width: 250px;
	float: left;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	color: #000;
	text-align: center;
	background: url(../images/nohoverli.png) no-repeat left bottom;
	font-weight: 700;
	font-size: 14px;
}
.proShowCCTitle li.listShowA {
	width: 200px;
	float: left;
	height: 46px;
	cursor: pointer;
	text-align: center;
	color: #4aa1e8;
	background: url(../images/hoverli.jpg) no-repeat;
	line-height: 46px;
	font-weight: 700;
	font-size: 18px;
}
.listproShowCC {
	width: 920px;
	border-top: none;
	float: left;
	background: #fff;
}
.listproShowCC .kjdiv {
	width: 100%;
	float: left;
	display: none;
}
.listproShowCC .kjdiv table {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	border: 1px solid #999;
	border-collapse: collapse;
}
.listproShowCC .kjdiv table td {
	padding: 5px 5px;
	font-size: 14px;
	border: 1px solid #999;
	word-wrap: break-word;
	word-break: break-all;
}
.text {
	width: 500px;
	float: right;
	display: inline;
}
.text h2, .text h4 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 24px;
	line-height: 50px;
	padding-left: 50px;
	overflow: hidden;
}
.text h4 {
	font-size: 24px;
}
.text .ph {
	padding-left: 50px;
	margin-top: 10px;
	position: relative;
}
.text .ph li.last {
	position: absolute;
	top: 10px;
	right: 0;
}
.text .ph li.last img {
	width: 130px;
	height: 130px;
	display: block;
}
.text .ph li {
	font-size: 16px;
	line-height: 38px;
}
.text .ph li img {
	display: inline-block;
	position: relative;
	top: -2px;
}
.text .ico {
	height: auto;
	overflow: hidden;
	padding-left: 50px;
	width: 90%;
	margin: 20px 0;
}
.text .ico li {
	width: 62px;
	display: inline;
	float: left;
	margin: 0 16px;
	text-align: center;
}
.text .ico li h5 {
	font-size: 14px;
	margin-top: 4px;
}
.text .ico li .ic {
	width: 65px;
	height: 65px;
}
.text .ico li.n1 .ic {
	background: url(../images//picon4.png) no-repeat;
	background-size: cover;
}
.text .ico li.n2 .ic {
	background: url(../images//picon1.png) no-repeat;
	background-size: cover;
}
.text .ico li.n3 .ic {
	background: url(../images//picon2.png) no-repeat;
	background-size: cover;
}
.text .ico li.n4 .ic {
	background: url(../images//picon3.png) no-repeat;
	background-size: cover;
}
.text .ico li.n1:hover .ic {
	background: url(../images//icon4.png) no-repeat;
	background-size: cover;
}
.text .ico li.n2:hover .ic {
	background: url(../images//icon1.png) no-repeat;
	background-size: cover;
}
.text .ico li.n3:hover .ic {
	background: url(../images//icon2.png) no-repeat;
	background-size: cover;
}
.text .ico li.n4:hover .ic {
	background: url(../images//icon3.png) no-repeat;
	background-size: cover;
}
.text a {
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 20px;
	background-color: #4aa1e8;
	color: #FFFFFF;
	margin: 0 50px;
	padding-left: 50px;
}
.text a img {
	display: inline-block;
	position: relative;
	top: 5px;
}
#products-title h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
#products-title .with-line {
	width: 100%;
	font-size: 13px;
	color: #848484;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}
#products-title .with-line:before {
	content: "";
	border-top: 1px solid #D2D2D2;
	display: block;
	position: absolute;
	width: 40%;
	top: 10px;
	left: 0;
}
#products-title .with-line:after {
	content: "";
	border-top: 1px solid #D2D2D2;
	display: block;
	position: absolute;
	width: 40%;
	top: 10px;
	right: 0;
}
.clear {
	clear: both;
}
.blank50 {
	margin-bottom: 30px;
	overflow: hidden;
}
.row {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.pb20 {
	padding-bottom: 20px;
}
.pt10 {
	padding-top: 10px;
}
.col-md-4 {
	width: 270px;
	margin-left: 20px;
	float: left;
}
.col-md-4 img {
	width: 100%;
	float: left;
}
.jcb_igt {
	width: 249px;
	height: 188px;
	float: left;
	overflow: hidden;
}
.jbc_ul li img {
	width: 249px;
	height: 188px;
	overflow: hidden;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.jbc_ul li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.sy_cpt {
	width: 405px;
	height: 330px;
	float: left;
	overflow: hidden;
}
.jbc_img img {
	width: 405px;
	height: 330px;
	overflow: hidden;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.jbc_img a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.head_gg0 {
	width: 100%;
	height: 33px;
	line-height: 33px;
	float: left;
	overflow: hidden;
}
.ggo_warp {
	width: 1200px;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
}
.gg_fr {
	float: right;
}
.gg_fl {
	float: left;
}
.gg_fr a {
	margin-right: 10px;
}
.nycp_tj {
	width: 240px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.nycp_tj h1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #4aa1e8;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.nycp_tj ul {
	width: 238px;
	height: auto;
	float: left;
	border: 1px solid #ddd;
	border-top: 0;
	overflow: hidden;
}
.nycp_tj li {
	width: 228px;
	height: auto;
	float: left;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 10px;
1
}
.nycp_tj img {
	width: 100%;
	float: left;
}
.nycp_tj span {
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 15px;
}
.nycp_tj a:hover {
	color: #f00;
}
.n-project {
	width: 100%;
	padding: 20px 0 20px;

}
.n-project .con {
	overflow: hidden;
	position: relative;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.n-tit {
	margin-bottom: 30px;
}
.n-tit .more {
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.n-tit h3 {
	line-height: 35px;
	font-size: 24px;
}
.n-tit s {
	width: 4px;
	height: 22px;
	margin-right: 15px;
	background: #4aa1e8;
	display: inline-block;
	vertical-align: middle;
}
.n-project .txtlistbox li {
	width: 590px;
	float: left;
}
.txtlistbox .item {
	border: 1px solid #ddd;
	margin-bottom: 16px;
	transition: all 0.2s linear 0s;
	margin-bottom: 18px;
}
.txtlistbox .item a {
	display: block;
	padding: 28px;
}
a:visited {
	text-decoration: none;
}
.txtlistbox .item .time {
	display: block;
	width: 90px;
	height: 66px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
	vertical-align: middle;
 *zoom: 1;
}
.fl {
	float: left;
}
.txtlistbox .item .time b {
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.txtlistbox .item h3 {
	font-size: 18px;
	vertical-align: top;
}
.txtlistbox .item p {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #666;
}
.txtlistbox .item:hover {
	border: 1px solid #4aa1e8;
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.scrollsidebar {
	position: fixed;
	z-index: 999;
	top: 250px;
	right:0;
	cursor: pointer;
    transition: all .3s ease;
}
.side_content {
	width: 154px;
	height: auto;
	overflow: hidden;
	float: left;
}
.side_content .side_list {
	width: 154px;
	overflow: hidden;
}
.show_btn {
	width: 0;
	height: 112px;
	overflow: hidden;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}
.show_btn span {
	display: none;
}
.close_btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.side_title, .side_bottom, .close_btn, .show_btn {
	background: url(../images/sidebar_bg.png) no-repeat;
}
.side_title {
	height: 46px;
}
.side_bottom {
	height: 8px;
}
.side_center {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 12px;
	font-size: 12px;
}
.close_btn {
	float: right;
	display: block;
	width: 21px;
	height: 16px;
	margin: 16px 10px 0 0;
	_margin: 16px 5px 0 0;
}
.close_btn span {
	display: none;
}
.custom_service {
	padding-bottom: 5px;
}
.custom_service p img {
	display: inline;
	margin-top: -5px;
	vertical-align: middle;
}
.custom_service p {
	text-align: center;
	margin: 0;
	vertical-align: middle;
	color: #666666;
}
.custom_service .kf_tel {
	color: red;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	line-height: 1.5;
}
.custom_service .kf_teltit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.other {
	text-align: center;/*border-bottom:1px solid #ddd;*/
	border-top: 1px solid #ddd;
	padding: 5px 0;
	margin-bottom: 5px;
}
.other p {
	margin: 0;
	color: #666666;
}
.other p a {
	margin-top: 10px;
	display: inline-block;
}
.msgserver {
	text-align: center;
	margin-bottom: 5px;
}
.msgserver a {
	background: url(../images/sidebar_bg.png) no-repeat -119px -115px;
	padding-left: 22px;
	text-decoration: none;
}
.side_title, .side_blue .side_title {
	background-position: -195px 0;
}
.side_center, .side_blue .side_center {
	background: url(../images/blue_line.png) repeat-y center;
}
.side_bottom, .side_blue .side_bottom {
	background-position: -195px -50px;
}
.close_btn, .side_blue .close_btn {
	background-position: -44px 0;
}
.close_btn:hover, .side_blue .close_btn:hover {
	background-position: -66px 0;
}
.show_btn, .side_blue .show_btn {
	background-position: -119px 0;
}
.msgserver a, .side_blue .msgserver a {
	color: #666;
}
.kf_logo {
	text-align: center;
}
.kf_logo img {
	width: 120px;
}
.other .kf_sh {
	border-top: 1px solid #ddd;
	margin-top: 8px;
	padding-top: 5px;
}
.kf_sh span {
	color: #f00;
	font-size: 14px;
	display: block;
	text-align: center;
}
.hot-list {
	padding-top: 20px;
}
.ui-head {
	border-bottom: 1px solid #333333;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.ui-head .wrap {
	width: 560px;
	height: 65px;
	position: absolute;
	text-align: center;
	color: #362c24;
	left: 50%;
	margin-left: -280px;
	top: -34px;
	background-color: #FFFFFF;
}
.ui-head .wrap h2 {
	font-size: 24px;
}
.ui-head .wrap h4 {
	color: #9b8574;
	font-size: 20px;
	margin-top: 1px;
}
.hot-list .body {
	margin-top: 80px;
}
.hot-list .body ul {
	width: 110%;
	height: auto;
	overflow: hidden;
	margin-left: 7px;
}
.hot-list .body ul li {
	width: 266px;
	float: left;
	display: inline;
	margin-right: 42px;
	margin-bottom: 20px;
}
.hot-list .body ul li .img {
	width: 254px;
	padding: 5px;
	border: 1px solid #ddd;
	height: 210px;
	overflow: hidden;
}
.hot-list .body ul li .img img {
	width: 254px;
	height: 210px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.hot-list .body ul li:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.hot-list .body ul li .txt {
	/*	background: url(../images//yingyin.jpg) no-repeat top center;*/
	width: 266px;
	text-align: center;
	padding-top: 10px;
}
.hot-list .body ul li .txt h4 {
	font-size: 14px;
	font-weight: bold;
	color: #4aa1e8;
}
.about-page {
	margin-top: 40px;
	height: auto;
	overflow: hidden;
}
.about-page .video {
	width: 545px;
	float: left;
	display: inline;
	height: 355px;
}
.about-page .txt {
	width: 630px;
	float: right;
	display: inline;
}
.about-page .txt .hd {
	font-size: 30px;
	color: #4aa1e8;
	font-weight: bold;
}
.about-page .txt .hd span {
	font-size: 24px;
	color: #CCCCCC;
	font-weight: normal;
	margin-left: 20px;
}
.about-page .txt .bd {
	margin-top: 15px;
	height: 250px;
	overflow: hidden;
}
.about-page .txt .bd h4 {
	font-size: 16px;
	color: #3a3a3a;
	padding-bottom: 15px;
	font-weight: bold;
}
.about-page .txt .bd p {
	font-size: 15px;
	line-height: 30px;
}
.about-page .txt .ft a {
	width: 200px;
	height: 45px;
	float: left;
	background: #3f3c35;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	margin-top: 10px;
}
.inNav1 {
	text-align: center;
	margin-bottom: 30px;
}
.inNav1 h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}
.inNav1 h3 span {
	font-weight: 100;
	display: block;
	width: 130px;
	margin: 0 auto;
	border-bottom: 5px solid #4aa1e8;
	color: #585858;
	text-transform: uppercase;
	font-size: 15px;
}

.c_pd {
	position: relative;
	z-index: 5;
	background: #fff;
	margin-bottom: 380px;
	padding:0;
}
.c_pt:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 60px;
	top: -60px;
	background: url(../images/mask.png) center 0 no-repeat;
}
.c_pd1 {
	position: relative;
	z-index: 5;
	background: #fff;
	padding:0;
}
.c_pt1:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 31px;
	top: -31px;
	background: url(../images/mask.png) center 0 no-repeat;
}

.cen_box2 {
	position: relative;
	padding: 50px 0 90px;
	background: url(../images/t-02.jpg) repeat;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.cen_box2:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	top: 0;
	border: 30px solid;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	margin-left: -30px;
}
.cen_box2 ._part {
	margin-top: 25px;
}
.cen_box2 .cen_news a {
	display: block;
	position: relative;
	padding: .5em .5em .65em 2em;
}
.cen_box2 .cen_news a:hover {
	background: #e2e2e1;
}
.cen_box2 .cen_news a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: .8em;
	top: 1.5em;
	border: 4px solid;
	border-color: transparent transparent transparent #009c80;
}
.cen_box2 .cen_news ._t {
	color: #000;
	font-size: 18px;
	height: 2em;
	line-height: 2;
	font-weight: normal;
}
.cen_box2 .cen_news ._p {
	color: #7c7c7c;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.chan_tit {
	width: 80%;
	margin: 0 auto 30px;
	text-align: center
}
.chan_tit .tit {
	font-size: 36px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}
.chan_tit .tit:after {
	content: '';
	width: 60px;
	height: 3px;
	background-color: #4aa1e8;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.chan_tit .p {
	font-size: 16px;
	color: #666;
}
.cen_news {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.cen_news li {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}
.ttt {
	width: 510px;
	height: 60px;
	padding-left: 360px;
	overflow: hidden;
}
.ttt li {
	float: left;
	width: 150px;
	height: 40px;
	border: 1px solid #0b65a0;
	background: #fff;
	margin-right: 17px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
}
.ttt li.hover {
	background: #108de0;
	font-weight: bold;
	color: #fff;
}
.ttt li.hover a {
	font-weight: bold;
	color: #fff;
}
.cen_box3 {
	width:100%; float:left;
	position: relative;
	background:#4aa1e8;
	height: 420px;
}
.cen_box3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	top: -60px;
	left: 50%;
	border: 30px solid;
	border-color: transparent transparent #4aa1e8 transparent;
	margin-left: -30px;
}
.wenhualinian {
	overflow: hidden;
	clear: both;
	width: 100%;
	float: left;
	height: 420px;
	position: relative;
}
.ry-tab {
	width: 100%;
	float: left;
	height: 74px;
	text-align: center;
	margin-top: 30px;
}
.hover-a {
	width: 74px;
	display: inline-block;
	margin-right: 15px;
	height: 74px;
	line-height: 74px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: url(../images/ry_hover.png);
	font-family: "microsoft yahei";
}
.curr{
	width: 74px;
	display: inline-block;
	margin-right: 15px;
	height: 74px;
	line-height: 74px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: url(../images/ry_hover1.png);
	font-family: "microsoft yahei";
}
.ry-tab a:hover {
	width: 74px;
	display: inline-block;
	margin-right: 15px;
	height: 74px;
	line-height: 74px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: url(../images/ry_hover1.png);
	font-family: "microsoft yahei";
}
.ry-img-block {
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}
.ry-img-block ul {
	width: 100%;
	float: left;
	text-align: center;
	display: none;
}
.ry-img-block ul {
	width: 100%;
	float: left;
	text-align: center;
}
.chuangxin {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}


.foot_top {
    background-color: #4aa1e8; position:relative;
}
.foot_top .wrap {
    padding: 19px 0;
}
.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}
.f_fast li {
    float: left;
	width:23%;
}
.f_fast li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.ico {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: middle;
   
    margin: 0 .3em;
}

.ico3_1 {
    background-position: 0 -40px;
}
.f_fenzhi {
    width: 270px;
    background-color: #044f91;
    position: absolute;
    right: 340px;
    top: 0;
    cursor: pointer;
    z-index: 5;
}
.f_fenzhi .f_fz_t {
    display: block;
    height: 61px;
    line-height: 61px;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding-left: 15%;
}
.f_fenzhi DT {
    color: #fff;
    cursor: pointer;
    padding-left: 15%;
	height: 61px;
    line-height: 61px;
	font-size: 18px;
}
.f_fenzhi DT a{ color:#fff;}
.f_fenzhi DD {
    display: none;
    margin-left: -2px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
.f_fenzhi UL {
    list-style-type: none;
	background-color: #044f91;
}
.f_fenzhi LI {
    display: inline;
}
.f_fenzhi UL a {
   display: block;
    border-top: 1px #4aa1e8 solid;
    height: 40px;
    line-height: 40px;
    padding: 0 15%;
    font-size: 16px;
    color: #fff;
}
.f_fenzhi UL a:hover{background-color:#4aa1e8;}

.f_fenzhi .ico2 {
    width: 11px;
    height: 22px;
    background-position: -60px 0;
    position: absolute;
    right: 13%;
    top: 50%;
    margin-top: -8px;
}
.f_fenzhi.hover .ico2{ background-position: -100px -153px;width:22px; height:11px;margin-top: -5.5px;}
.ico2 {
    display: inline-block;
    background: url(../images/ico2.png) no-repeat;
    vertical-align: middle;
}
.f_fenzhi ._option {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-color: #026c59;
}
.f_fenzhi ._option a {
    display: block;
    border-top: 1px #009c80 solid;
    height: 40px;
    line-height: 40px;
    padding: 0 15%;
    font-size: 16px;
    color: #fff;
}
.ico3_2 {
    background-position: -20px -40px;
}
.ico3_3 {
    background-position: -40px -40px;
}
.rightFloat {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 15;
    cursor: pointer;
}
.rightFloat .gotop {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/top.png) no-repeat;
    transition: none;
}

.foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	z-index:-10;
}
.foot_center {
    background: url(../images/foot_center_bg.jpg) center bottom no-repeat #242f35;
    padding: 45px 0 23px;
}
.foot_center dl dt{font-size:18px; color:#838f8f;font-weight: bold; border-bottom:1px dotted rgba(255,255,255,.3);*border-bottom:1px dotted #677075; line-height: 40px;}
.foot_center .dl01{width:23%; height:220px; margin-top:20px; padding-top:10px; overflow:hidden; margin-right:2%; border-right: 1px solid rgba(255,255,255,0.8);}
.foot_center .dl01 P{ color:#FFF; font-size:14px; height:auto; line-height:40px;}
.foot_center .dl02{width:23%; height:220px; margin-top:20px; padding-top:10px; overflow:hidden; margin-right:2%; border-right: 1px solid rgba(255,255,255,0.8);}
.foot_center .dl02 dd{ width:50%; float:left; margin-bottom:15px; height:35px; line-height:35px;}
.foot_center .dl02 dd a{ color:#fff; font-size:14px;}


.foot_center .dl03{width:28%; height:220px; margin-top:20px; padding-top:10px; margin-right:2%; border-right: 1px solid rgba(255,255,255,0.8);}
.foot_center .dl03 dd {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 8px;
    width: 135px;
    float: left;
	height:35px; line-height:35px;
}
.foot_center .dl03 dd i {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 16px 0 9px;
}


.foot_center .f-share{padding-top:13px;width: 200px;}
.foot_center .f-share .bdsharebuttonbox{margin-top:20px;}
.foot_center .f-share .bdsharebuttonbox:after{display:none;}
.foot_center .f-share .bdsharebuttonbox span{font-size: 12px;color: #525e66;line-height: 32px;padding-right: 12px;}
.foot_center .f-share .bdsharebuttonbox a{ background:url(../images/share.png) no-repeat;width:32px; height:32px;margin: 0 6px 0 0;transition: none;}
.foot_center .f-share .bdsharebuttonbox a.bds_tsina{ background-position:0 0;}
.foot_center .f-share .bdsharebuttonbox a.bds_tqq{background-position:-39px 0;}
.foot_center .f-share .bdsharebuttonbox a.bds_sqq{background-position:-78px 0;}
.foot_center .f-share .bdsharebuttonbox a.bds_weixin{background-position:-117px 0;}
.foot_center .f-share .bdsharebuttonbox a.bds_tsina:hover{ background-position:0 -32px;}
.foot_center .f-share .bdsharebuttonbox a.bds_tqq:hover{background-position:-39px -32px;}
.foot_center .f-share .bdsharebuttonbox a.bds_sqq:hover{background-position:-78px -32px;}
.foot_center .f-share .bdsharebuttonbox a.bds_weixin:hover{background-position:-117px -32px;}
.foot_bottom{ background-color:#171f23; color:#fff; padding:15px 0;}
.foot_bottom a{color:#fff;}
.foot_bottom1{ background-color:#363a3c; color:#fff; padding:2px 0; line-height:30px; width:100%; float:left;}
.foot_bottom1 a{color:#fff; padding-left:10px}
.l{ float:left;}
.r{ float:right;}


.title{font-size:24px;text-align:left;background:#F7F7F7;height:40px;line-height:40px;margin:0;text-indent:10px;margin-bottom:10px; color:#4aa1e8;}
.video {
    float: left;
    width: 580px;
}
.tables {
    float: right;
    width: 580px;
}
    width: 100%;
    line-height: 38px;
    text-align: center;}

.tables .tels{background:url(../images/redtel.jpg) no-repeat 0 10px;text-indent:40px;float:right;width:150px;color:red;font-size:16px;font-weight:700}
.tables .tp{0height:26px;line-height:26px}

.tables table{font-size:14px; width:100%; float:left;}

.tables span {
    color: #337FE5;
    font-weight: bold;
    font-size: 13px;
}
.tables table td{height:32px;line-height:32px!important}

.tables .td1{ font-size:15px; font-weight:bold; color:#337FE5;}
.tables .td2{ font-size:15px; font-weight:bold; color:#337FE5;}
.t1 {
    color: #c50016;
    font-weight: 700;
    margin-bottom: 10px;
}
.t1 h1 {
    font-size: 21px;
    display: inline;
	font-weight:bold;
}
.tables .price {
    float: left;
    font-size: 14px;
    background: #F7F7F7;
    width: 100%;
    line-height: 38px;
    text-align: center;
}
.tables span {
    color: #337FE5;
    font-weight: bold;
    font-size: 13px;
}

.ny_warp{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-bottom:20px;}
.nycpdh{ width:920px; height:60px; line-height:45px; float:left; background:url(../images/ny_cpdh.jpg) no-repeat; color:#fff; text-indent:70px; font-size:22px; margin-bottom:10px; overflow:hidden;}
.col-md-6 {
	width: 430px;
	margin-left: 20px;
	float: left;
}
.col-md-6 img {
	width: 100%;
	height:323px;
	float: left;
}

.leftrighttxt{ width: 100%; margin: 0 auto; }
.leftrighttxt ul,.leftrighttxt li{ margin: 0; padding: 0; width: 90%;list-style: none; }
.leftrighttxt li { float: left; width: 100%; font:normal 18px/35px "\5FAE\8F6F\96C5\9ED1"; margin: 30px 0; color: #666 }
.leftrighttxt li img{ width: 43%; padding: 1%; box-shadow: 0 0 3px #888;  }
.leftrighttxt li p{ width: 50%;   }
.leftrighttxt li h6{ font:bold 24px/45px "\5FAE\8F6F\96C5\9ED1";  width: 100%; color: #333  }
.leftrighttxt li:nth-of-type(odd) img{ float: left; margin-right: 4%} 
.leftrighttxt li:nth-of-type(even) img{ float: right; margin-left: 4%}  
.rtbox img{width:100%; height:auto;}
.leftrighttxt li strong{display: block;}

.main-title {
}
.main-title h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	text-align: center;
}
.main-title p {
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}
.main-title span {
	height: 5px;
	width: 130px;
	display: block;
	color: #000;
	border-bottom: 5px solid #4aa1e8;
	margin: 0 auto 15px auto;
}
.line30 {
    line-height: 30px;
}
.font15 {
    font-size: 15px;
}

.gridex {
    position: relative;
    overflow: hidden;
}
.col-md-20 {
    width: 280px;
	margin-right:20px;
    float: left;
	overflow:hidden;
	}
.gridex > li > a {
    position: relative;
}
.cpimg {
  /*  background: rgba(0, 0, 0, 0) url(../images/csdbj.jpg) no-repeat scroll center 0;*/
    padding: 40px 13px; background:#fff; border:#ddd solid 1px;
}
.cph4 { height:50px; line-height:50px; background:#4aa1e8; text-align:center; font-size:18px; margin-top:10px; color:#FFF;}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.gd-expander {
	position: absolute;
	overflow: hidden;
	height: 0px;
	margin-top: 20px;
	width:1200px;
	left: 0; /* standar row margin is 30px */
}
/* inner content container */

.gd-inner {
	padding: 0;
	background: #ccc;
}
/* top arrow when expanded */

.gridex > li > a {
	position: relative;
}
.gridex > .gd-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ccc;
	border-width: 0;
	left: 50%;
	margin: -25px 0 0 76px;
}
.gd-ejfl{ width:180px; height:auto; float:left; overflow:hidden; padding:10px;}
.gd-ejfl img{ width:100%; float:left;}

.alBox {
    width: 1170px;
    height: 460px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}
.alBox i {
    display: block;
    width: 31px;
    height: 61px;
    position: absolute;
    top: 170px;
    cursor: pointer;
}
.alBox .allt {
    background: url(../images/left1.png) center top no-repeat;
    left: -70px;
}
.alBox .alrt {
    background: url(../images/right1.png) center top no-repeat;
    right: -70px;
}
.alBox i:hover {
    background-position: bottom;
}
.alBox .alCon {
    width: 100%;
    position: relative;
	margin-left:60px;
}
.alBox .list {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: #000
}
.alBox .list p {
    display: none;
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.alBox .list img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	height:400px;
    display: block;
    opacity: 1;
}
.alBox .list a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.alBox .li01 {
    width: 300px;
    height: 188px;
    left: 0px;
    top: 110px;
    z-index: 1
}
.alBox .li02 {
    width: 440px;
    height: 282px;
    left: 132px;
    top: 60px;
    z-index: 2
}
.alBox .li03 {
    width: 596px;
    height: 400px;
    left: 285px;
    top: 0px;
    z-index: 3;
    opacity: 1;
}
.alBox .li04 {
    width: 440px;
    height: 282px;
    left: 600px;
    top: 60px;
    z-index: 2
}
.alBox .li05 {
    width: 300px;
    height: 188px;
    left: 870px;
    top: 110px;
    z-index: 1
}
.alBox .li03 p {
    display: block;
}

.sy_case{ width:100%; height:auto; overflow:hidden; float:left; margin-bottom:70px;}

.index-new{width: 100%;float: left;padding: 40px 0;background: url("../images/section5Bg.gif") repeat-x top #f7f7f7;}
.index-new-mid{width: 1200px;margin: 0px auto;overflow: auto;}
.index-new-mid h1{width: 100%;float: left;height: 45px;line-height: 45px;color: #4aa1e8;font-size: 30px; font-weight:bold;}
.index-new-mid > h2{width: 100%;float: left;height: 45px;line-height: 45px;color: #666;font-weight: normal;font-size: 25px;}
.index-new-mid h1 .en-news{padding-left: 10px;color: #666;font-size: 14px;}
.index-new-mid h1 a{float: right;height: 25px;line-height: 25px;margin-top: 15px;}
.index-new-mid h1 .news-moer span{padding: 0 20px;color: #fff;font-size: 12px;height: 25px;line-height: 25px;float: left;}
.spanred{background: #4aa1e8;}
.spanhei{background: #000;}
.index-new-mid h1 a:hover .spanred{background: #000;transition: all ease .5s;}
.index-new-mid h1 a:hover .spanhei{background: #4aa1e8;transition: all ease .5s;}
.index-news-centent{width: 100%;float: left;overflow: hidden;margin-top: 20px;}

.indexNews{width:100%;float:left;margin-top:20px;}
.news_K{WIDTH: 375px;FLOAT: left;OVERFLOW: hidden;padding:8px 8px 15px;background:#fff;}
.news_Kr{FLOAT: right}
.news_K .titlest{BORDER-BOTTOM: #ddd 1px solid;HEIGHT: 35px;font-size:16px;font-weight:700;padding-bottom:0;}
.title a{color:#000;}
.title a:hover{color:#fb9607;}
.news_K .titlest DL{LINE-HEIGHT: 35px;WIDTH: 309px;HEIGHT: 35px;}
.news_K .titlest DL DT{FLOAT: left;FONT-SIZE: 18px;display:inline-block;border-bottom:2px solid #000;height:35px;margin-left:15px;}
.news_K .titlest DL DD{BACKGROUND: url(../images/d_bor.gif) no-repeat 5px center;FLOAT: right}
.news_K .content{WIDTH: 379px;OVERFLOW: hidden;}
.Xit_{MARGIN-TOP: 5px;FLOAT: left}
.Xit_ DIV{BORDER-BOTTOM: #eee 1px solid;TEXT-ALIGN: center;BORDER-LEFT: #eee 1px solid;PADDING-BOTTOM: 3px;PADDING-LEFT: 3px;WIDTH: 120px;PADDING-RIGHT: 3px;DISPLAY: block;FONT-FAMILY: Arial;HEIGHT: 90px;VERTICAL-ALIGN: middle;BORDER-TOP: #eee 1px solid;BORDER-RIGHT: #eee 1px solid;PADDING-TOP: 3px;}
.Xit_ DIV:hover{border:1px solid #c00}
.Xit_ IMG{WIDTH: 120px;HEIGHT: 90px;VERTICAL-ALIGN: middle}
.X_top{float:left;WIDTH: 379px;HEIGHT: auto;OVERFLOW: hidden;PADDING-TOP: 7px}
.Xij_{WIDTH: 210px;BACKGROUND: url(../images/h_bor.gif) repeat-x 50% bottom;FLOAT: right;HEIGHT: 105px;OVERFLOW: hidden;margin-right:8px;}
.Xij_B{WIDTH: 160px;BACKGROUND: url(../images/h_bor.gif) repeat-x 50% bottom;FLOAT: left;OVERFLOW: hidden}
.Xij_ IMG{}
.Xij_ H2{LINE-HEIGHT: 30px;WIDTH: 160px;DISPLAY: block;HEIGHT: 30px;OVERFLOW: hidden}
.Xij_ H2 A{COLOR: #000;FONT-SIZE: 14px}
.Xij_ H2 A:hover{color:#fb9607}
.Xij_ P{TEXT-INDENT: 1.8em;DISPLAY: block;HEIGHT: 72px;OVERFLOW: hidden;line-height:18px;}
.Xij_ P A{COLOR: #666}
.Xbgn{WIDTH: 379px;BACKGROUND: none transparent scroll repeat 0% 0%;PADDING-TOP: 5px}
.Xlist_{TEXT-ALIGN: right;MARGIN: auto;WIDTH: 379px;HEIGHT: auto;COLOR: #999999;OVERFLOW: hidden;float:left;}
.Xlist_ img{vertical-align:middle}
.Xlist_ LI{LINE-HEIGHT: 35px;text-indent: 15px;BACKGROUND: url(../images/navbg.png) no-repeat 5px center;HEIGHT: 35px;OVERFLOW: hidden;padding-right:5px;border-bottom:1px dotted #cfcfcf;width:371px;}
.Xlist_ LI a{color:#000;font-size:14px;}
.Xlist_ LI a:hover{color:#dd0000}
.Xlist_ DIV{TEXT-ALIGN: left;FLOAT: left}

.footer{
	background-color: #4aa1e8; padding: 20px 0;float:left; width:100%;
}
@media (max-width:1200px){
.footer{ width:auto;}	
	}
.footer ul{
	height:180px;
}
.footer ul li{
	width: 28%; float: left; display: inline; height: 152px;
	border-right: 1px solid rgba(255,255,255,0.8); padding-top: 5px;
}
.footer ul li.n2,
.footer ul li.n3{
	width: 26%; padding-left: 2%;
}
.footer ul li.noline{
	width: 10%; padding-left: 4%;
}
.footer ul li .hd{
	margin-bottom: 15px;
}
.footer ul li .hd h4{
	font-size: 18px; color: #FFFFFF; padding-left: 30px;
}
.footer ul li.n1 .hd h4{
	background: url(../images/ico1.png) no-repeat left center;
}
.footer ul li.n2 .hd h4{
	background: url(../images/ico2.png) no-repeat left center;
}
.footer ul li.n3 .hd h4{
	background: url(../images/ico4.png) no-repeat left center;
}
.footer ul li.last .hd h4{
	background: url(../images/ico3.png) no-repeat left center;
}
.footer ul li.last{
	width: 100%; border-right: none; height: auto;
}
.footer ul li.last,
.footer ul li.noline{
	border-right: none;
}
.footer ul li .bd .txt{
	font-size: 14px; color: #FFFFFF;
}
.footer ul li .bd .txt dd{
	margin-bottom: 15px;
}
.footer ul li .bd .pro{
	height: auto; overflow: hidden;
}
.footer ul li .bd .pro dd a{
	display: inline; font-size: 14px; color: #FFFFFF;
	width: 50%; float: left; margin-bottom: 15px;
}
.footer ul li .bd .service dd{
		font-size: 14px; color: #FFFFFF; margin-bottom: 8px; width: 150px;    float: left;
}
.footer ul li .bd .service dd i{
	width: 5px; height: 5px; border-radius: 100%;
	border: 1px solid #fff; display: inline-block; margin: 0 16px 0 9px;
}
.footer ul li .bd .link dd{
	display: inline; color:#fff;
}
.footer ul li .bd .link dd a{
	font-size: 14px; color: #FFFFFF; display: inline-block; margin-right: 10px;
}
.footer ul li .ft{
	margin-top: 15px;
}
.footer ul li .ft h4{
	font-size: 14px; color: #FFFFFF;
}
.footer ul li a{ color:#fff;}
.copyright{
	background-color: #007cc7; height: 40px; line-height: 40px; float:left; width:100%;
}
@media (max-width:1200px){
.copyright{ width:auto;}	
	}
.copyright h4{
	font-size: 14px; color: #FFFFFF;
}

.topanv {border: 4px solid rgb(255, 238, 229);padding:10px; width:1172px; float:left; overflow:hidden;}
.topanv ul {overflow:hidden; margin-bottom:10px; border-bottom:1px dashed #f1f1f1; padding-bottom:10px; width:120px; margin-right:15px;float:left;}
.topanv ul li {display:inline-block;vertical-align:top;color: rgb(152, 152, 152);text-align:center;margin-right:3px;}
.topanv ul li a {font-size:16px;white-space:nowrap;padding:3px 8px;color: rgb(0, 144, 216);display: inline-block;vertical-align:top;text-decoration: none;}
.topanv ul li a.active,.topanv ul li a:hover {background: rgb(252, 83, 0);color: rgb(255, 255, 255);}

.filter_list {border-left:1px solid rgb(223, 223, 223);border-top:1px solid rgb(223, 223, 223);margin-top:20px; width:1201px; margin-bottom:20px; float:left;}
.filter_list ul {overflow:hidden;width:1201px;}
.filter_list li {border-right:1px solid rgb(223, 223, 223);border-bottom:1px solid rgb(223, 223, 223);float:left;width:299px; float:left;}
.filter_li {padding:10px;border:2px solid transparent;}
.filter_pic img {width:100%;height:206px;}
.filter_txt {padding:10px;}
.filter_txt h6 {font-size:14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.filter_txt h6 a {color:rgb(52, 52, 52);}
.filter_txt p {color:#eb3733;font-size:16px;margin:20px 0 10px;font-weight:bold;white-space:nowrap;}
.filter_txt span {display:block;width:74px;height:24px;margin:0 auto;font-size:14px;text-align:center;}
.filter_txt span a {display:block;height:24px;line-height:24px;background: url(../images/xiangxi.gif) no-repeat 0 0;text-indent:-9999px;}
.filter_txt span a:hover {background-position:0 -24px;}
.filter_list li:hover .filter_li {border-color:rgb(243, 146, 41);}
.filter_txt h6 a:hover {color:rgb(33, 150, 243);}

.cptitle {
    font-size: 24px;
    text-align: left;
    background: #F7F7F7;
    height: 40px;
    line-height: 40px;
	margin-top:15px; width:100%; float:left;
    text-indent: 10px;
    margin-bottom: 15px;
	color: #4aa1e8;
}

.nycp_fl{ width:650px; height:488px; float:left; overflow:hidden;}
.nycp_fl img{ width:650px; height:488px; float:left;}

.showp_txt {float:right;width:530px; height:488px; overflow:hidden;}
.showp_tit {color:#4AA1E8;padding:0 20px;font-size:21px;font-weight:700;margin-bottom:10px;}
.sp_price {padding:0 20px;font-size:14px;background: #F7F7F7;width: 100%;line-height: 38px;text-align:center;}
.sp_price span {color: #337FE5;font-weight: bold;font-size: 13px;}
.sp_param {padding:0 20px;}
.sp_param ul {overflow:hidden;}
.sp_param ul li {float:left;width:48%;margin-right:2%;font-size:14px;list-style-type:none;line-height:30px;height:30px;white-space:nowrap;}
.sp_param ul li span {color:#337FE5;font-weight:bold;}
.sp_bz {font-size:13px;color:black;line-height: 32px;}
.sp_bz span {color:#f00;font-weight: bold;}
.sp_cont {overflow:hidden;margin-top:20px;padding: 20px 2%;background: #fff9ec;border: 1px solid #fceac0;vertical-align: middle;}
.sp_cont strong {color: #f00;font: bold 35px/35px Arial, Helvetica, sans-serif;word-spacing: 10px;}
.sp_cont span {color: #f00;font-size:20px;margin-left:10px;}

.sp_aside {float:left;width:260px; height:auto; overflow:hidden; margin-top:20px;}
.sp_aside_cont {border:1px solid #e7e7e7;}
.sp_tel {text-align:center;padding:18px 0;border-bottom:1px solid #e7e7e7;}
.sp_tel p {font-size:16px;color:#333;}
.sp_tel strong {display:block;color:#e50d2b;font-size:32px;font-weight:normal;margin:5px 0;}
.sp_tel span {display:block;color:#9d9d9d;font-size:14px;}
.sp_wx {padding:20px 0;text-align:center;}
.sp_wx img {width:200px;height:200px;}
.sp_wx p {color:#333;font-size:14px;margin-top:5px;}

.tlcxtj{ width:260px; height:auto; float:left; overflow:hidden; margin-top:15px; margin-bottom:20px;}
.tlcx_tu{ width:260px; height:35px; line-height:35px; float:left; background:url(../images/grid.gif) no-repeat right center;}
.cx_tl{ width:100%; height:auto; float:left; background:url(../images/grid_left.gif) no-repeat left center; text-indent:20px; font-weight:bold; color:#69c0dc;}
.tl_cx{ width:238px; height:auto; float:left; border:1px solid #ddd; border-top:0px; padding:10px; overflow:hidden;}
.tl_cx li{ width:100%; height:auto; float:left; margin-bottom:15px; overflow:hidden;}
.tl_cx img{ width:238px; height:179px; float:left;}
.tl_cx h3{ width:100%; height:25px; line-height:25px; float:left; text-align:center; overflow:hidden; padding:0; margin:0; font-size:14px; color:#333;}
.tl_cx span{ width:100%; height:22px; line-height:22px; float:left; text-align:center; color:#4aa1e8; font-size:14px; font-weight:bold;}
.tl_cx li:hover h3{ color:#4aa1e8;}

.sp_content {float:right;width:920px; margin-top:20px; overflow:hidden; height:auto;}
.sp_contit {border:1px solid #ebebeb;line-height: 40px;height: 40px;background: #f7f7f7;font-size: 16px;overflow:hidden;}
.sp_contit b {float: left;font-size: 18px;font-weight: normal;text-align: center;width: 120px;background: #fff;border-top:2px solid #ff651f;text-decoration: none;}

.xjzst{ width:100%; height:auto; float:left; overflow:hidden; margin-top:10px; margin-bottom:15px;}
.xjzst li{ width:440px; height:auto; float:left; margin-right:20px; overflow:hidden; margin-bottom:10px;}
.xjzst li img{ width:100%; height:330px; float:left;}
.xjzst li span{ width:100%; height:30px; line-height:30px; float:left; text-align:center; background:#efefef;}

.showp_con{ padding:20px 10px; overflow:hidden; font-size:16px;line-height:1.8;}
.showp_con table{ width:100%; float:left; border-spacing:0; border-collapse: collapse;  word-wrap: break-word; word-break:break-all;}
.showp_con td{ border:1px solid #ddd; padding:4px;}

.showp_con table td:nth-child(1n) { width: 20%;}

.showp_rel {margin-bottom:20px; width:100%; float:left; overflow:hidden;}
.index_title {
    height: 32px;
    line-height: 30px;
    width: 100%;
    border-bottom: solid 1px #e8e8e8;
    position: relative;
}
.index_title .like {
    position: relative;
    border-bottom: 2px solid #4AA1E8;
    background: 0 none;
    padding: 0 10px 7px 10px;
    width: 100px;
    overflow: hidden;
    bottom: 0;
    bottom: 1px\9;
    _bottom: -1px;
    color: #4AA1E8;
    font-size: 16px;
}
.showp_rel_wrap {overflow:hidden; width:100%; float:left;}
.product_listi {
	width:280px;
    text-align: center;
    margin: 10px;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
	line-height:32px;
}
.product_listi img {
    width: 270px;
	height:203px;
}

.left {
	float: left;
}

.sy_cpzs{ width:100%; height:auto; float:left; overflow:hidden;}
.sy_cpzs li{ width:280px; height:auto; float:left; overflow:hidden; margin-right:20px; overflow:hidden; margin-bottom:20px;}
.sy_cpzs li img{ width:280px; height:210px; float:left;}
.sy_cpzs li span{ width:100%; height:40px; line-height:40px; float:left; text-align:center; overflow:hidden; background:#ebebeb; color:#000; font-size:16px; font-weight:bold;}
.sy_cpzs li:hover span{ background:#4aa1e8; color:#fff;}


.section-three{
	margin-top:37px;
	overflow:hidden;
	width:100%;
	float:left;
}
.owl-carousel-c{
	width: 100%;
	float:left;
	overflow:hidden;
	margin-top:1px;
}
#banner{
	width:1920px;
	float:left;
	overflow:hidden;
	position:relative;
	margin-left:-960px;
	left:50%
}
#banner .item{ display: block;}
#banner img { display: block;width:1920px;margin:0 auto;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;}	
.owl-carousel .owl-item{float: left;}
.owl-controls{position:absolute;bottom:50px;left:50%;float:left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{margin-top: 10px;text-align: center;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;
padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #ddd;overflow: hidden;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;background:#1567a1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}